home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Windows Selection / Windows Selection 1.iso / Graphics / Formula Graphics Multimedia System / FILES.SXT < prev    next >
Encoding:
Text File  |  1996-03-30  |  281 b   |  13 lines

  1. //////////////////////////
  2. // Harrow Software 1996
  3. // File examples
  4.  
  5. ////////////////////////////
  6. // (1) Directory listing
  7.  
  8. // Any file in any directory matching the given filespec
  9. // will be found using this loop. 
  10.  
  11. $my_file = directory "*.*" loop n
  12.     message $my_file
  13.